06. Testing Bayes' Rule

Bayes' Rule

Using your code from the last exercise, answer the following question.

Bayes test

For the values, p_A = 0.3, p_B_given_A = 0.7, and p_notB_given_notA = 0.9, what is the posterior probability?

SOLUTION: 0.750